home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global nugis, hand, self
- set hand to 0
- if nugis = 5 then
- set the visible of sprite 11 to 1
- set the visible of sprite 12 to 1
- set the visible of sprite 13 to 1
- set the visible of sprite 14 to 1
- set the visible of sprite 15 to 1
- end if
- if nugis = 4 then
- set the visible of sprite 11 to 1
- set the visible of sprite 12 to 1
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 1
- set the visible of sprite 15 to 1
- end if
- if nugis = 3 then
- set the visible of sprite 11 to 1
- set the visible of sprite 12 to 1
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 1
- set the visible of sprite 15 to 0
- end if
- if nugis = 2 then
- set the visible of sprite 11 to 1
- set the visible of sprite 12 to 1
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 0
- set the visible of sprite 15 to 0
- end if
- if nugis = 1 then
- set the visible of sprite 11 to 1
- set the visible of sprite 12 to 0
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 0
- set the visible of sprite 15 to 0
- end if
- if nugis = 0 then
- set the visible of sprite 11 to 0
- set the visible of sprite 12 to 0
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 0
- set the visible of sprite 15 to 0
- end if
- if self = 4 then
- set the visible of sprite 17 to 1
- set the visible of sprite 18 to 1
- set the visible of sprite 19 to 1
- set the visible of sprite 20 to 1
- end if
- if self = 3 then
- set the visible of sprite 17 to 1
- set the visible of sprite 18 to 1
- set the visible of sprite 19 to 0
- set the visible of sprite 20 to 1
- end if
- if self = 2 then
- set the visible of sprite 17 to 1
- set the visible of sprite 18 to 0
- set the visible of sprite 19 to 0
- set the visible of sprite 20 to 1
- end if
- if self = 1 then
- set the visible of sprite 17 to 1
- set the visible of sprite 18 to 0
- set the visible of sprite 19 to 0
- set the visible of sprite 20 to 0
- end if
- if self = 0 then
- set the visible of sprite 17 to 0
- set the visible of sprite 18 to 0
- set the visible of sprite 19 to 0
- set the visible of sprite 20 to 0
- end if
- end
-